home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / popmail / formpopm.frm next >
Text File  |  1999-03-06  |  19KB  |  606 lines

  1. VERSION 5.00
  2. Object = "{011D53D6-D47F-11D2-B64B-444553540000}#1.0#0"; "POPMAIL.OCX"
  3. Begin VB.Form GetMailForm 
  4.    Caption         =   "POP_Mail ActiveX Control Demo"
  5.    ClientHeight    =   6750
  6.    ClientLeft      =   60
  7.    ClientTop       =   375
  8.    ClientWidth     =   6225
  9.    LinkTopic       =   "Form1"
  10.    ScaleHeight     =   6750
  11.    ScaleWidth      =   6225
  12.    StartUpPosition =   3  'Windows Default
  13.    Begin POPMailProject.POPMail POPMail1 
  14.       Left            =   3000
  15.       Top             =   4680
  16.       _ExtentX        =   1058
  17.       _ExtentY        =   1058
  18.    End
  19.    Begin VB.TextBox Status 
  20.       BeginProperty Font 
  21.          Name            =   "Arial"
  22.          Size            =   8.25
  23.          Charset         =   0
  24.          Weight          =   700
  25.          Underline       =   0   'False
  26.          Italic          =   0   'False
  27.          Strikethrough   =   0   'False
  28.       EndProperty
  29.       Height          =   855
  30.       Left            =   120
  31.       MultiLine       =   -1  'True
  32.       ScrollBars      =   3  'Both
  33.       TabIndex        =   22
  34.       Top             =   5880
  35.       Width           =   6015
  36.    End
  37.    Begin VB.TextBox MailContents 
  38.       BackColor       =   &H00000000&
  39.       BeginProperty Font 
  40.          Name            =   "Arial"
  41.          Size            =   8.25
  42.          Charset         =   0
  43.          Weight          =   700
  44.          Underline       =   0   'False
  45.          Italic          =   0   'False
  46.          Strikethrough   =   0   'False
  47.       EndProperty
  48.       ForeColor       =   &H00FFFFFF&
  49.       Height          =   1935
  50.       Left            =   360
  51.       MultiLine       =   -1  'True
  52.       ScrollBars      =   3  'Both
  53.       TabIndex        =   21
  54.       Top             =   2640
  55.       Width           =   5535
  56.    End
  57.    Begin VB.CommandButton Disconnect 
  58.       Caption         =   "Disconnect"
  59.       BeginProperty Font 
  60.          Name            =   "MS Sans Serif"
  61.          Size            =   9.75
  62.          Charset         =   0
  63.          Weight          =   700
  64.          Underline       =   0   'False
  65.          Italic          =   0   'False
  66.          Strikethrough   =   0   'False
  67.       EndProperty
  68.       Height          =   375
  69.       Left            =   4200
  70.       TabIndex        =   20
  71.       Top             =   5160
  72.       Width           =   1695
  73.    End
  74.    Begin VB.CommandButton Last 
  75.       Caption         =   "Last"
  76.       BeginProperty Font 
  77.          Name            =   "MS Sans Serif"
  78.          Size            =   8.25
  79.          Charset         =   0
  80.          Weight          =   700
  81.          Underline       =   0   'False
  82.          Italic          =   0   'False
  83.          Strikethrough   =   0   'False
  84.       EndProperty
  85.       Height          =   375
  86.       Left            =   4920
  87.       TabIndex        =   19
  88.       Top             =   2160
  89.       Width           =   975
  90.    End
  91.    Begin VB.CommandButton First 
  92.       Caption         =   "First"
  93.       BeginProperty Font 
  94.          Name            =   "MS Sans Serif"
  95.          Size            =   8.25
  96.          Charset         =   0
  97.          Weight          =   700
  98.          Underline       =   0   'False
  99.          Italic          =   0   'False
  100.          Strikethrough   =   0   'False
  101.       EndProperty
  102.       Height          =   375
  103.       Left            =   360
  104.       TabIndex        =   18
  105.       Top             =   2160
  106.       Width           =   975
  107.    End
  108.    Begin VB.TextBox MailSize 
  109.       Alignment       =   2  'Center
  110.       BackColor       =   &H00E0E0E0&
  111.       BeginProperty Font 
  112.          Name            =   "MS Sans Serif"
  113.          Size            =   9.75
  114.          Charset         =   0
  115.          Weight          =   700
  116.          Underline       =   0   'False
  117.          Italic          =   0   'False
  118.          Strikethrough   =   0   'False
  119.       EndProperty
  120.       Height          =   375
  121.       Left            =   4200
  122.       TabIndex        =   17
  123.       Top             =   4680
  124.       Width           =   855
  125.    End
  126.    Begin VB.CommandButton PrevMail 
  127.       Caption         =   "Prev."
  128.       BeginProperty Font 
  129.          Name            =   "MS Sans Serif"
  130.          Size            =   8.25
  131.          Charset         =   0
  132.          Weight          =   700
  133.          Underline       =   0   'False
  134.          Italic          =   0   'False
  135.          Strikethrough   =   0   'False
  136.       EndProperty
  137.       Height          =   375
  138.       Left            =   3480
  139.       TabIndex        =   14
  140.       Top             =   2160
  141.       Width           =   975
  142.    End
  143.    Begin VB.CommandButton NextMail 
  144.       Caption         =   "Next"
  145.       BeginProperty Font 
  146.          Name            =   "MS Sans Serif"
  147.          Size            =   8.25
  148.          Charset         =   0
  149.          Weight          =   700
  150.          Underline       =   0   'False
  151.          Italic          =   0   'False
  152.          Strikethrough   =   0   'False
  153.       EndProperty
  154.       Height          =   375
  155.       Left            =   1800
  156.       TabIndex        =   13
  157.       Top             =   2160
  158.       Width           =   975
  159.    End
  160.    Begin VB.TextBox TotalSize 
  161.       Alignment       =   2  'Center
  162.       BackColor       =   &H00E0E0E0&
  163.       BeginProperty Font 
  164.          Name            =   "MS Sans Serif"
  165.          Size            =   9.75
  166.          Charset         =   0
  167.          Weight          =   700
  168.          Underline       =   0   'False
  169.          Italic          =   0   'False
  170.          Strikethrough   =   0   'False
  171.       EndProperty
  172.       Height          =   375
  173.       Left            =   4200
  174.       TabIndex        =   10
  175.       Top             =   1320
  176.       Width           =   855
  177.    End
  178.    Begin VB.TextBox MailIndex 
  179.       Alignment       =   2  'Center
  180.       BackColor       =   &H00E0E0E0&
  181.       BeginProperty Font 
  182.          Name            =   "MS Sans Serif"
  183.          Size            =   9.75
  184.          Charset         =   0
  185.          Weight          =   700
  186.          Underline       =   0   'False
  187.          Italic          =   0   'False
  188.          Strikethrough   =   0   'False
  189.       EndProperty
  190.       Height          =   375
  191.       Left            =   1440
  192.       TabIndex        =   9
  193.       Top             =   4680
  194.       Width           =   855
  195.    End
  196.    Begin VB.TextBox TotalMail 
  197.       BackColor       =   &H00E0E0E0&
  198.       BeginProperty Font 
  199.          Name            =   "MS Sans Serif"
  200.          Size            =   9.75
  201.          Charset         =   0
  202.          Weight          =   700
  203.          Underline       =   0   'False
  204.          Italic          =   0   'False
  205.          Strikethrough   =   0   'False
  206.       EndProperty
  207.       Height          =   375
  208.       Left            =   2400
  209.       TabIndex        =   8
  210.       Top             =   1320
  211.       Width           =   855
  212.    End
  213.    Begin VB.Timer Timer1 
  214.       Interval        =   100
  215.       Left            =   0
  216.       Top             =   240
  217.    End
  218.    Begin VB.CommandButton Login 
  219.       Caption         =   "Connect "
  220.       BeginProperty Font 
  221.          Name            =   "MS Sans Serif"
  222.          Size            =   9.75
  223.          Charset         =   0
  224.          Weight          =   700
  225.          Underline       =   0   'False
  226.          Italic          =   0   'False
  227.          Strikethrough   =   0   'False
  228.       EndProperty
  229.       Height          =   375
  230.       Left            =   360
  231.       TabIndex        =   6
  232.       Top             =   5160
  233.       Width           =   1935
  234.    End
  235.    Begin VB.TextBox Password 
  236.       BackColor       =   &H00E0E0E0&
  237.       BeginProperty Font 
  238.          Name            =   "MS Sans Serif"
  239.          Size            =   9.75
  240.          Charset         =   0
  241.          Weight          =   700
  242.          Underline       =   0   'False
  243.          Italic          =   0   'False
  244.          Strikethrough   =   0   'False
  245.       EndProperty
  246.       Height          =   375
  247.       Left            =   2400
  248.       TabIndex        =   5
  249.       Top             =   960
  250.       Width           =   3495
  251.    End
  252.    Begin VB.TextBox Username 
  253.       BackColor       =   &H00E0E